home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / PublicDomain / Anwendungen / FWTabTools / FWTabTools.readme
Text File  |  1999-12-17  |  4KB  |  112 lines

  1. Short:      Macros for FW-Tables
  2. Uploader:   thorsten.willert@gmx.de
  3. Author:     Thorsten Willert
  4. Type:       biz/swood
  5. Replaces:   FWCalc
  6. Kurz:       Macros für FW-Tabellen
  7. Requires:   rexxreqtools, WB >= 2.1
  8.  
  9.            
  10. =======================================================================
  11.  
  12. FWCalcAddSpalte:    Adds one column from cursorpostion, in the last
  13.                     column is always the result.
  14.  
  15.                     
  16. FWCalcAddZeile:     Adds one row from cursorposition, in the last row
  17.                     is always the result
  18.  
  19.  
  20. FWCalcMatrix:       Makes the follow funktion, from cursorpostion:
  21.  
  22.                             col 1    col 2   ... col x
  23.                     row 1   number + number    = result
  24.                     row 2   number + number    = result
  25.                     ...                        + ------
  26.                     row x                      = result
  27.  
  28.                     
  29. FWCalcMulti1:       First you give in a form, like: 1 * 3 = 10   ;-),
  30.                     then the Script makes the follow funktion:
  31.                     
  32.                             col 1    col 3    col 10
  33.                     row 1   number * number = result
  34.                     row 2   number * number = result
  35.                     ...
  36.                     row x   number * number = result
  37.                     
  38. FWCalcTab:          A small Table-Calculation, with FW-Tables
  39.  
  40.  
  41. FWTableSetCW:       A Script who shows you the width of a column, witch
  42.                     you can edit.
  43.  
  44.  
  45. FWFormatTable:     A Script who can one row, column or all formating
  46.                    (Fontstyle, Fontsize, Nummering from 1 to End,
  47.                    Justify, Clear ... ) at once.
  48.  
  49.  
  50. FWTableEdit:       Cut,copy and paste for table-rows/columns,
  51.                    copy with fontstyle, fontsize, fontcolor ...
  52.  
  53. -----------------------------------------------------------------------
  54.  
  55. FWCalcAddSpalte:    Addiert ein Spalte ab Cursorpostion, in der letzten
  56.                     Zeile steht immer das Ergebnis.
  57.  
  58.                     
  59. FWCalcAddZeile:     Addiert eine Zeile ab Cursorposition, in der letzten
  60.                     Spalte steht immer das Ergebnis.
  61.  
  62.  
  63. FWCalcMatrix:       Ergibt die folgende Funktion ab Cursorposition:
  64.  
  65.                             Spalte 1    Spalte 2   ... Spalte x
  66.                     Zeile 1 Summand  +  Summand      = Summe
  67.                     Zeile 2 Summand  +  Summand      = Summe
  68.                     ...                              + ------
  69.                     Zeile x                          = Summe
  70.  
  71.                     
  72. FWCalcMulti1:       Zuerst muß eine Formel eingeben, wie: 1 * 3 = 10
  73.                     ;-), dann führt das Script folgende Funktion durch:
  74.                     
  75.                             Spalte 1        Spalte 3        Spalte 10
  76.                     Zeile 1 Multiplikator * Multiplikator = Ergebnis
  77.                     Zeile 2 Multiplikator * Multiplikator = Ergebnis
  78.                     ...
  79.                     Zeile X Multiplikator * Multiplikator = Ergebnis
  80.  
  81.                     
  82. FWCalcTab:          Eine kleine Tabellenkalkulation, mit FW-Tabellen.
  83.                     Mit folgenden Funktionen:
  84.                     · Sämtliche Rechenarten von ARexx, inkl. Klammern
  85.                     · =SUMME
  86.                     · =MITTELWERT
  87.                     · =MIN
  88.                     · =MAX
  89.                     · =DATE
  90.                     · =TIME
  91.                     · Zirkelbezüge sind möglich!
  92.  
  93.  
  94. FWTableSetCW:       Ein Script das die Breite einer Spalte anzeigt, die
  95.                     man auch editieren kann.
  96.  
  97.  
  98. FWFormatTable:      Ein Script das eine Zeile, Spalte oder alles auf einmal
  99.                     formatieren (Fontstyle, Fontsize, Nummerierung von
  100.                     1 bis Ende, Textausrichtung, Autoformatierung nach
  101.                     Text und Zahlen, Inhalt löschen ...)
  102.                     kann.
  103.  
  104.  
  105. FWTableEdit:        Cut,Copy und Paste für Tabellen-Zeilen/Spalten,
  106.                     mit Kopieren von Schriftstil, Schriftgröße, Schrift-
  107.                     farbe usw.
  108.  
  109.  
  110. Docs: German Only
  111. Catalogs for FWCalcTab: Deutsch, English
  112.